SftTree/OCX 7.0

SftTree.GDIPlusSupport Property

Softel vdm, Inc.

Returns whether GDI+ support is available.

Syntax       

Get

VB.NET

Boolean = object.GDIPlusSupport  As Boolean

VB

Boolean = object.GDIPlusSupport  As Boolean

C#.NET

bool Boolean = object.GDIPlusSupport;

VC++

VARIANT_BOOL Boolean = object->GDIPlusSupport;
VARIANT_BOOL Boolean = object->GetGDIPlusSupport();

C

HRESULT object->get_GDIPlusSupport(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.GDIPlusSupport   : WordBool;

object

A SftTree object.

Boolean

Returns whether GDI+ support is available.

Boolean

Description

True

GDI+ support is available.

False

GDI+ support is not available.

Comments

The GDIPlusSupport property returns whether GDI+ support is available.

The SftPictureObject.Image and NETImageObject properties require GDI+ support. For information about distributing GDI+ with your application, please see "Distributing SftTree/OCX".

An application can use the GDIPlusSupport property to determine at run-time whether GDI+ support is available and use advanced image features, based on the SftPictureObject Image property, if GDI+ is available.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com